home *** CD-ROM | disk | FTP | other *** search
/ Turnbull China Bikeride / Turnbull China Bikeride - Disc 2.iso / BARNET / ARMLINUX / MAIL / 9710 / 000044_owner-linux-arm…r.rutgers.edu _Tue Oct 14 14:27:37 1997.msg < prev    next >
Internet Message Format  |  1997-11-30  |  6KB

  1. Return-Path: <owner-linux-arm-outgoing@vger.rutgers.edu>
  2. Received: from nic.funet.fi (nic.funet.fi [128.214.248.6])
  3.     by odie.barnet.ac.uk (8.8.6/8.8.6) with ESMTP id OAA08106
  4.     for <willy@odie.fluff.org>; Tue, 14 Oct 1997 14:27:31 +0100
  5. Received: from vger.rutgers.edu ([128.6.190.2] EHLO vger.rutgers.edu ident: root [port 25900]) by nic.funet.fi with ESMTP id <19501-17628>; Tue, 14 Oct 1997 16:26:40 +0300
  6. Received: by vger.rutgers.edu id <972132-289>; Tue, 14 Oct 1997 09:22:51 -0400
  7. Received: from [194.201.189.33] ([194.201.189.33] HELO mailhost.cogency.co.uk ident: IDENT-NOT-QUERIED [port 1257]) by vger.rutgers.edu with SMTP id <972127-289>; Tue, 14 Oct 1997 09:22:11 -0400
  8. Received:  from cogency.co.uk ([194.201.189.37]) by mailhost.cogency.co.uk (4.1/PIPEX simple 1.27)
  9.     id AA01652; Tue, 14 Oct 97 14:26:09 GMT
  10. Message-Id: <3443801E.8EE9B24A@cogency.co.uk>
  11. Date:     Tue, 14 Oct 1997 14:22:22 +0000
  12. From: David Alan Gilbert <dg@cogency.co.uk>
  13. Organization: Cogency Technology Inc
  14. X-Mailer: Mozilla 4.02 [en] (X11; I; SunOS 5.5 sun4m)
  15. Mime-Version: 1.0
  16. To: "A.S.MCGough" <A.S.McGough@newcastle.ac.uk>
  17. Cc: linux-arm@vger.rutgers.edu
  18. Subject: Re: Old machine kernel available
  19. References: <Pine.SOL.3.91-941213.971014134451.28361A-100000@aidan.ncl.ac.uk>
  20. Content-Type: text/plain; charset=us-ascii
  21. Content-Transfer-Encoding: 7bit
  22. X-Orcpt: rfc822;linux-arm@vger.rutgers.edu
  23. Sender: owner-linux-arm@vger.rutgers.edu
  24. Precedence: bulk
  25. Status: RO
  26.  
  27. A.S.MCGough wrote:
  28. > On Fri, 3 Oct 1997, Dave Gilbert wrote:
  29. > > Hi,
  30. > >   I've just put up a kernel for the A440/R260 etc. It's available
  31. > > only via http at the moment at
  32. > > http://www.treblig.demon.co.uk/Image
  33. > > (http://www.treblig.demon.co.uk/Image.html has a link to that
  34. > > so that you can press shift-click on the link so Netscape downloads
  35. > > it as a file).
  36. > Ok I've downloaded the file but have a few questions before I try some
  37. > things....
  38.  
  39. Sure....
  40.  
  41. > I want to run it on a few R260's (pretty standard modles no extras), so
  42. > think that this will be the best kernel to try.
  43.  
  44. I'd be interested in knowing two things about your R260's
  45.   1) How much RAM have they got? - the kernel doesn't know about more than
  46.      8MB because we don't know what Acorn have done to the hardware to do it.
  47.   2) What hard drives have they got (If you could give me the output of
  48.      *devices) - we appear to have found a firmware bug in the one in
  49.      my R260. So I'm interested in the version as well.
  50.   3) YOu don't happen to have any spare RAM cards/semidead R260s? If I could
  51.      get hold of another RAM card I might be able to get it going with 12MB
  52.      or more.
  53.  
  54. > Cool - looks as though this will give me most of the stuff I need. Though
  55. > what is the problem with the Acorn SCSI being read-only? can I put
  56. > arm-linux bins on it or not? Also how do I configure where the nfs mount
  57. > for / should go?
  58.  
  59. At the time I built the kernel the code was broken; Russ has now fixed it.
  60. We now have working writes to Acorn SCSI (I' ll build a new kernel tonight
  61. and put it up) - although using them on the hard drive in my R260 causes
  62. problems
  63. due to the above mentioned firmware bug. (Russ can you do us a work around?)
  64. he NFS mount options are the same as for Linux/x86.
  65.  
  66. > > WIERDO ALERT: F12 is mapped to space (space also works as space) -
  67. > > because the space key keeps failing on one of my machines.
  68. > Strange - but not unwarented - how is this done as the shift keys have
  69. > gone on a few of the keyboards here.
  70.  
  71. In arch/arm/drivers/char there is a keymap file; find the key you want,
  72. find the entry for what you want it to do and change the table.
  73.  
  74. > And in general how do I compile
  75. > kernels - I've been reading the group for a while but I'm still not clear
  76. > on what to do, I've got a pc running linux if cross compiling is the best
  77. > way - but how do I set this up?
  78.  
  79. OK - get the standard GCC-2.7.2.2 source and binutils source, apply the patches
  80. on the arm linux web site and build.  NOTES:
  81.   1) The gcc-2.7.2.2 patch has a screwup in it; it will ask you if you want
  82.      to reverse a patch - DO NOT REVERSE THE PATCH
  83.   2) Edit the gcc/config/arm/t-linux file; there is a line which says something
  84.      like:
  85.      LIBGCC1=libgcc1-asm.a
  86.  
  87.      add a line which is the same but reads
  88.      CROSS_LIB............. (as other line)
  89.  
  90.      There is a line which says m2/m3/m6/m7 remvoe the /m7.
  91.  
  92. Build binutils and then gcc, configured for arm-unknown-linuxaout
  93. and then edit the kernel makefile for the cross compile tools 
  94. to point to where you put your bins, and then follow the README.arm
  95. file as normal.
  96.  
  97.  
  98. > Anyone know if the R260 has an MFM interface - cos I got some of these
  99. > drives spare.
  100.  
  101. The R260 doesn't as standard but you can add a card, and you might still
  102. be able to find some.
  103.  
  104.  
  105. > > Another problem: The standard boot loader doesn't work on Risc OS 2.
  106. > Where can I get a working boot loader from / patches to correct the
  107. > current one?
  108.  
  109. Well I think I might have a hacked one - I'll dig it out!
  110. (Damn - I don't think it allowed you to edit the command line options for NFS
  111. mount...)
  112. (Russ - do you know what is needed to make your boot
  113. loader work?)
  114.  
  115. > steve..
  116.  
  117. Dave
  118. -- 
  119. ----------------------------------------------------------------------
  120. - David Alan Gilbert - WARNING! This is a beta release .signature    -
  121. - Work:    dg @ cogency.co.uk        -    0161-428-9444              -
  122. - Home:    gro.gilbert @ treblig.org -                               -
  123. ----------------------------------------------------------------------